From: Juanma Barranquero Date: Sat, 3 Feb 2007 16:56:54 +0000 (+0000) Subject: (syms_of_lread) : Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2444 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=33fdc24f7be3323781c7c2de2ca6ba7d22e13434;p=emacs.git (syms_of_lread) : Doc fix. --- diff --git a/src/lread.c b/src/lread.c index 86b48a56396..8fc1335698f 100644 --- a/src/lread.c +++ b/src/lread.c @@ -4087,10 +4087,10 @@ contain symbolic links) of the loaded file. The remaining elements of each list are symbols defined as variables and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', -`(defun . FUNCTION)', `(autoload . SYMBOL)', and `(t . SYMBOL)'. -An element `(t . SYMBOL)' precedes an entry `(defun . FUNCTION)', -and means that SYMBOL was an autoload before this file redefined it -as a function. +`(defun . FUNCTION)', `(autoload . SYMBOL)', `(defface . SYMBOL)' +and `(t . SYMBOL)'. An element `(t . SYMBOL)' precedes an entry +`(defun . FUNCTION)', and means that SYMBOL was an autoload before +this file redefined it as a function. During preloading, the file name recorded is relative to the main Lisp directory. These file names are converted to absolute at startup. */);